Filename property (MyCapture) |
Returns/sets filename to save capture if you have set property SendToDisk at true. It can be only BMP file format and you have to include the full path (for example: c:\mycapture.bmp). To save picture in another format like JPEG, you have to use an external dll, contact us for more information.
Property type
A String value.
Syntax
object.Filename [= value]
The Filename property syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type MyCapture. |
value | A String value. |